home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
misc
/
math
/
lifemake.cpt
/
LifeMaker Demo.rsrc
/
LIF1_8936_GreenBerg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-07-16
|
200 b
|
13 lines
RULE GreenBerg
VAR new
BEGIN
IF center THEN
new := 0
ELSE
new := north[0] OR south[0] OR east[0] OR west[0]
END
IF center[0] THEN new := new + 2 END
RETURN new
END